{title}

{title}

{#await import(`../../../lib/components/${componentName}.svelte`) then component}
{#if slotContent} {slotContent} {:else} {/if}
{#each Object.keys(props) as key (key)} {/each}

New prop

{#if wireframe}
{(componentDomNode?.getBoundingClientRect().width ?? 2) - 2} × {(componentDomNode?.getBoundingClientRect() .height ?? 2) - 2}
{/if} {:catch error}

Woops!

An error occured

{error}
{/await}